home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Cromosom.Form < prev    next >
Text File  |  1994-04-14  |  164b  |  26 lines

  1. Cromosom
  2. {
  3.     {
  4.         x1=-6.0
  5.         x2= 6.5
  6.         y1=-6.15
  7.         y2= 6.15
  8.     }
  9.     {
  10.         t=[2.5,0.0]/pixel
  11.         u=pixel
  12.     }
  13.     {
  14.         z=t+u
  15.         t=sin(z)
  16.         z=z+t
  17.         u=z+u
  18.         w=t+z
  19.     }
  20.     {
  21.         w>u
  22.     }
  23.     {
  24.     }
  25. }
  26.